ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / CollectionViewResponse<T> Class / ColumnData Property

In This Topic
    ColumnData Property
    In This Topic
    Gets or sets the data of specific column.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    Public Property ColumnData As IList(Of Object)
    [DefaultValue("")]
    public IList<object> ColumnData {get; set;}
    See Also